home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / CubicExplorer 0.75 / CubicExplorer_Setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-02-13  |  1.8 KB  |  40 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=CubicExplorer
  4. AppVerName=CubicExplorer 0.75
  5. AppId=CubicExplorer
  6. DefaultDirName={pf}\CubicExplorer
  7. DefaultGroupName=CubicExplorer
  8. UninstallDisplayIcon={app}\CubicExplorer.exe
  9. OutputBaseFilename=CubicExplorer_Setup
  10. Compression=lzma
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\CubicExplorer.exe"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\conf.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  17. Source: "{app}\bookmarks.ini"; DestDir: "{app}"; Flags: onlyifdoesntexist 
  18. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\language\Chinese_taiwan.lng"; DestDir: "{app}\language"; Flags: ignoreversion 
  20. Source: "{app}\language\Finnish.lng"; DestDir: "{app}\language"; Flags: ignoreversion 
  21. Source: "{app}\language\French.lng"; DestDir: "{app}\language"; Flags: ignoreversion 
  22. Source: "{app}\language\Norwegian.lng"; DestDir: "{app}\language"; Flags: ignoreversion 
  23. [Icons]
  24. Name: "{group}\CubicExplorer"; Filename: "{app}\CubicExplorer.exe"; WorkingDir: "{app}"; 
  25. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  26. [CustomMessages]
  27. default.NameAndVersion=%1 version %2
  28. default.AdditionalIcons=Additional icons:
  29. default.CreateDesktopIcon=Create a &desktop icon
  30. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  31. default.ProgramOnTheWeb=%1 on the Web
  32. default.UninstallProgram=Uninstall %1
  33. default.LaunchProgram=Launch %1
  34. default.AssocFileExtension=&Associate %1 with the %2 file extension
  35. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  36. [Languages]
  37. ; These files are stubs
  38. ; To achieve better results after recompilation, use the real language files
  39. Name: "default"; MessagesFile: "embedded\default.isl"; 
  40.